Web Service
Web service is the service backend for contactapp.
I. Functionality
- Manage activity
- Manage agent
- Manage call log
- Manage contact
- Manage contact group
- Manage integration
- Manage template sms
II. Packages
1. Dependencies
2. Dev Dependencies
III .Source tree
https://gitlab.com/gcalls/publics/gcallsmiddle/-/tree/Test/webService?ref_type=heads
IV. Installation
- Clone project:
git clone https://gitlab.com/gcalls/publics/gcallsmiddle
- Change dir into mobile-service folder to run backend
cd web-service
- Install utility modules:
npm install
Start server:
run in development
npm run devrun in production
npm install -g pm2
npm start